projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165e2d5
)
(input-method-function): Add permanent-local property.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 12 Apr 1999 18:25:26 +0000
(18:25 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 12 Apr 1999 18:25:26 +0000
(18:25 +0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index fb22fa1f5f44abfbc6ac2a267df62dffe2f47ea9..05ce97f26415d71298e2b341bcdb9a98bc462886 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-810,6
+810,8
@@
This is the input method activated automatically by the command
:group 'mule
:type '(choice (const nil) string))
+(put 'input-method-function 'permanent-local t)
+
(defvar input-method-history nil
"History list for some commands that read input methods.")
(make-variable-buffer-local 'input-method-history)